YNQ  YNQ-1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Authentication Statuses

Macros

#define NQ_CS_PWDFOUND   0
 
#define NQ_CS_PWDNOAUTH   1
 
#define NQ_CS_PWDNOUSER   2
 
#define NQ_CS_PWDLMHASH   3
 
#define NQ_CS_PWDANY   4
 

Detailed Description

udGetPassword() return codes

Macro Definition Documentation

#define NQ_CS_PWDFOUND   0

One of the possible values returned by the udGetPassword() Function. User name was found and the password is returned as both LM and NTLM hash. password was found for the user, the same as 3

#define NQ_CS_PWDNOAUTH   1

One of the possible values returned by the udGetPassword() Function. User authenticated without checking password. authentication is not required

#define NQ_CS_PWDNOUSER   2

One of the possible values returned by the udGetPassword() Function. No such user. no such user

#define NQ_CS_PWDLMHASH   3

One of the possible values returned by the udGetPassword() Function. User name was found and the password is LM hash. password found for the user and it is LM hash

#define NQ_CS_PWDANY   4

One of the possible values returned by the udGetPassword() Function. User name was found and the password is returned as both LM and NTLM hash. password found for the user and its encryption is reported